google.golang.org/grpc/internal/transport.bufWriter.Flush (method)

7 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L532: 	defer l.framer.writer.Flush()
		controlbuf.go#L574: 			l.framer.writer.Flush()
		http2_client.go#L443: 	if err := t.framer.writer.Flush(); err != nil {
		http2_server.go#L294: 	t.framer.writer.Flush()
		http2_server.go#L1349: 			t.framer.writer.Flush()
		http_util.go#L341: 			err = w.Flush()
		http_util.go#L347: func (w *bufWriter) Flush() error {